home *** CD-ROM | disk | FTP | other *** search
- object dmBioLife: TdmBioLife
- OldCreateOrder = True
- Left = 445
- Top = 278
- Height = 254
- Width = 255
- object qryTable: TQuery
- DatabaseName = 'DBDEMOS'
- SQL.Strings = (
- 'select * from biolife')
- Left = 136
- Top = 8
- ParamData = <>
- end
- object dsProducer: TDataSetTableProducer
- Caption = 'This is from the Table producer'
- Footer.Strings = (
- '<b>Footer of Page</b>')
- Header.Strings = (
- '<b>Header of page</b>')
- DataSet = qryTable
- TableAttributes.Border = 0
- Left = 56
- Top = 120
- end
- object tblBioLife: TTable
- DatabaseName = 'DBDEMOS'
- TableName = 'BIOLIFE.DB'
- Left = 144
- Top = 144
- end
- end
-